The Document interface represents the entire XML document. The document interface has attributes and methods to modify the document information. The Document node can have element,...
The CDATASection represents the character data interface. This section is not parsed by the XML parser. The CDATA has the cdata-section as node name and it re...